@charset "UTF-8";

/*拖动内容*/
.scrollBox{ width: 100%; overflow: hidden; color: #fff; font-size: 14px;}
.scrollBox ul{ margin: 0; padding: 0; list-style: none;}
.scrollBox li{ float: left; border: 1px solid #dcdcdc; border-radius: 2px; position: relative; text-align: center; list-style: none;}
.scrollBox li span{ height: 20px; border-radius: 10px; line-height: 20px; background-color: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.5); display: inline-block; position: relative; overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap; padding:0 10px 0 10px; top: -40px;}
.scrollBox li img{ width: 100%; height: 100%; border-radius: 1px; }
.scrollBox li a{color: #fff;}

.scrollBox li .swiper-slide-span{
    width: 100%;
    border-radius: 0;
    bottom: 0;
    left: 0;
    border: none;
}

.scrollBox .swiper-wrapper{
	height: 106px;
}
